﻿2026-06-04T01:26:33.1289019Z ##[group]Run actions/checkout@v4
2026-06-04T01:26:33.1291302Z with:
2026-06-04T01:26:33.1292264Z   repository: SaberMage/spt-core
2026-06-04T01:26:33.1301168Z   token: ***
2026-06-04T01:26:33.1302121Z   ssh-strict: true
2026-06-04T01:26:33.1302981Z   ssh-user: git
2026-06-04T01:26:33.1303856Z   persist-credentials: true
2026-06-04T01:26:33.1304830Z   clean: true
2026-06-04T01:26:33.1305726Z   sparse-checkout-cone-mode: true
2026-06-04T01:26:33.1306815Z   fetch-depth: 1
2026-06-04T01:26:33.1307719Z   fetch-tags: false
2026-06-04T01:26:33.1308635Z   show-progress: true
2026-06-04T01:26:33.1309894Z   lfs: false
2026-06-04T01:26:33.1310742Z   submodules: false
2026-06-04T01:26:33.1311699Z   set-safe-directory: true
2026-06-04T01:26:33.1313820Z ##[endgroup]
2026-06-04T01:26:33.3178131Z Syncing repository: SaberMage/spt-core
2026-06-04T01:26:33.3182612Z ##[group]Getting Git version info
2026-06-04T01:26:33.3184473Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T01:26:33.3187310Z [command]/usr/bin/git version
2026-06-04T01:26:33.3189483Z git version 2.34.1
2026-06-04T01:26:33.3233997Z ##[endgroup]
2026-06-04T01:26:33.3251665Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/601762c9-4175-4405-9949-f39459c722ba/.gitconfig'
2026-06-04T01:26:33.3271837Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/601762c9-4175-4405-9949-f39459c722ba' before making global git config changes
2026-06-04T01:26:33.3276051Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:26:33.3283636Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:26:33.3345749Z Deleting the contents of '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T01:26:33.3355386Z ##[group]Initializing the repository
2026-06-04T01:26:33.3363335Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:26:33.3480251Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-04T01:26:33.3482866Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-04T01:26:33.3485237Z hint: of your new repositories, which will suppress this warning, call:
2026-06-04T01:26:33.3486922Z hint: 
2026-06-04T01:26:33.3488266Z hint: 	git config --global init.defaultBranch <name>
2026-06-04T01:26:33.3489944Z hint: 
2026-06-04T01:26:33.3491454Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-04T01:26:33.3493890Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-04T01:26:33.3495875Z hint: 
2026-06-04T01:26:33.3497062Z hint: 	git branch -m <name>
2026-06-04T01:26:33.3499322Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.git/
2026-06-04T01:26:33.3510082Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-04T01:26:33.3561567Z ##[endgroup]
2026-06-04T01:26:33.3563334Z ##[group]Disabling automatic garbage collection
2026-06-04T01:26:33.3566608Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T01:26:33.3618364Z ##[endgroup]
2026-06-04T01:26:33.3619971Z ##[group]Setting up auth
2026-06-04T01:26:33.3621537Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:26:33.3667829Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T01:26:33.3958589Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:26:33.4103831Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T01:26:33.4250367Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:26:33.4290812Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T01:26:33.4539707Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T01:26:33.4588697Z ##[endgroup]
2026-06-04T01:26:33.4590485Z ##[group]Fetching the repository
2026-06-04T01:26:33.4613974Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3:refs/remotes/origin/dev-freeform
2026-06-04T01:26:34.8815010Z From https://github.com/SaberMage/spt-core
2026-06-04T01:26:34.8818134Z  * [new ref]         02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3 -> origin/dev-freeform
2026-06-04T01:26:34.8843930Z ##[endgroup]
2026-06-04T01:26:34.8846019Z ##[group]Determining the checkout info
2026-06-04T01:26:34.8848335Z ##[endgroup]
2026-06-04T01:26:34.8852432Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T01:26:34.8907092Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T01:26:34.8942806Z ##[group]Checking out the ref
2026-06-04T01:26:34.8948167Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:26:34.9190924Z Switched to a new branch 'dev-freeform'
2026-06-04T01:26:34.9193764Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T01:26:34.9199869Z ##[endgroup]
2026-06-04T01:26:34.9257547Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T01:26:34.9290082Z 02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3
